Skip to content

fix(kafka-consumer): increased max poll interval#307

Merged
Dankoy merged 2 commits intomainfrom
fix-kafka-max-poll-interval
Mar 25, 2026
Merged

fix(kafka-consumer): increased max poll interval#307
Dankoy merged 2 commits intomainfrom
fix-kafka-max-poll-interval

Conversation

@Dankoy
Copy link
Copy Markdown
Owner

@Dankoy Dankoy commented Mar 25, 2026

ncreased max poll interval to fix #306 to 40s

Since there are 3 retries and telegram rest client is timed out in 10 seconds the overall time is spend for one message is 30 seconds.

@Dankoy Dankoy self-assigned this Mar 25, 2026
@Dankoy Dankoy added java Pull requests that update Java code fix Fix something that isn't working labels Mar 25, 2026
@Dankoy Dankoy moved this to In Progress in @Dankoy's jforwarder Mar 25, 2026
Copy link
Copy Markdown
Owner Author

@Dankoy Dankoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Dankoy Dankoy merged commit 4625b9b into main Mar 25, 2026
12 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in @Dankoy's jforwarder Mar 25, 2026
@Dankoy Dankoy deleted the fix-kafka-max-poll-interval branch March 25, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Fix something that isn't working java Pull requests that update Java code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Kafka consumer timeouts should be increased

1 participant